home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_374 / mat / mref < prev    next >
Text File  |  1992-05-06  |  412b  |  14 lines

  1. .K PAT,FILE1,FILE2,FILE3
  2. .bra {
  3. .ket }
  4. ;;    MREF      --  Highlights references in text
  5. ;;                  using the pattern search mode of Mat.
  6. ;;  -- this is almost identical to the (commented) 'REF' script;
  7. ;;  the difference should be obvious...
  8.  
  9. run ChangeTaskPri -5 +
  10.  Mat >T:Ref_list P "#?^({PAT})^#?" T "^0^1^2" nocase TAG "^B^P..." {FILE1} {FILE2} {FILE3} +
  11.  type T:Ref_list
  12.  
  13.  
  14.